/**底部**/
.footer {
  font-size: 14px;
  line-height: 24px;
  color: #78797a;
  background-color: #26292b;
}
.footer a {
  color: #78797a;
}
.footer a:hover {
  color: #3f79c7;
}
.footer .title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
}
.footer .fot-top {
  padding-top: 40px;
}
.footer .fot-top .menu {
  width: 84.231%;
  padding-right: 4%;
}
.footer .fot-top .menu .menu-li {
  max-width: 185px;
}
.footer .fot-top .menu .menu-li + .menu-li {
  margin-left: 1%;
}
.footer .fot-top .menu .contact-tit {
  flex-shrink: 0;
}
.footer .fot-top .menu .a-box .a-li {
  padding: 3px 0;
}
.footer .fot-top .menu .a-box .a {
  display: inline-block;
  vertical-align: top;
}
.footer .fot-top .menu .a-box .a:hover {
  text-decoration: underline;
}
.footer .fot-top .code-box {
  border-left: 1px solid rgba(61, 61, 61, 0.8);
  width: 15.769%;
  padding-left: 4%;
  text-align: right;
  color: #bfbfbf;
}
.footer .fot-top .code-box .box {
  display: inline-block;
  vertical-align: top;
}
.footer .fot-top .code-box .txt {
  margin-top: 4px;
}
.footer .friend-links {
  margin-top: 46px;
}
.footer .friend-links .tit {
  flex-shrink: 0;
  font-size: 15px;
  color: #ffffff;
}
.footer .friend-links .links {
  margin-left: -7px;
}
.footer .friend-links .links a {
  margin: 0 17px;
}
.footer .fot-bot {
  margin-top: 14px;
  border-top: 1px solid rgba(61, 61, 61, 0.8);
  padding-top: 16px;
  padding-bottom: 23px;
}
.footer .fot-bot .server {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .footer {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
  .footer .title {
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
  }
  .footer .fot-top {
    padding-top: 0.45rem;
  }
  .footer .fot-top .menu {
    width: 100%;
    padding-right: 0;
  }
  .footer .fot-top .menu .menu-li {
    display: none;
    max-width: 100%;
  }
  .footer .fot-top .menu .menu-li:last-child {
    display: block;
  }
  .footer .fot-top .menu .menu-li + .menu-li {
    margin-left: 0;
  }
  .footer .fot-top .code-box {
    margin-top: 0.15rem;
    border-left: 0 none;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
  .footer .fot-top .code-box img {
    width: 2rem;
  }
  .footer .fot-top .code-box .txt {
    margin-top: 0.1rem;
  }
  .footer .friend-links {
    margin-top: 0.3rem;
  }
  .footer .friend-links .tit {
    font-size: 0.24rem;
  }
  .footer .friend-links .links {
    margin-left: -0.1rem;
  }
  .footer .friend-links .links a {
    margin: 0 0.14rem;
  }
  .footer .fot-bot {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    line-height: 1.6em;
  }
  .footer .fot-bot .copy {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer .fot-bot .copy .line {
    display: none;
  }
  .footer .fot-bot .server {
    margin-left: 0;
  }
  .footer .fot-bot .links {
    width: 100%;
    justify-content: center;
  }
}
